翻訳と辞書
Words near each other
・ Bank Street
・ Bank Street (football ground)
・ Bank Street (Manhattan)
・ Bank Street (Ottawa)
・ Bank Street Arts
・ Bank Street Bridge
・ Bank Street College of Education
・ Bank Street Grounds
・ Bank Street Historic District
・ Bank Street Historic District (Waterbury, Connecticut)
・ Bank Street Music Writer
・ Bank Street Writer
・ Bank Street, Hyderabad
・ Bank Street, Worcestershire
・ Bank Street-Old Decatur Historic District
Bank switching
・ Bank Tabungan Negara
・ Bank tax
・ Bank Tejarat F.C.
・ Bank Television (Ukraine)
・ Bank teller
・ Bank Top
・ Bank Top, Northumberland
・ Bank transaction tax
・ Bank Transfer Day
・ Bank United of Texas
・ Bank van Lening
・ Bank van Lening, Haarlem
・ Bank vault
・ Bank Verification Number


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Bank switching : ウィキペディア英語版
Bank switching

Bank switching is a technique to increase the amount of usable memory beyond the amount directly addressable by the processor.〔 It can be used to configure a system differently at different times; for example, a ROM required to start a system from diskette could be switched out when no longer needed. In video game systems, bank switching allowed larger games to be developed for play on existing consoles.
Bank switching originated in minicomputer systems.〔 Many modern microcontrollers and microprocessors use bank switching to manage random-access memory, non-volatile memory, input-output devices and system management registers in small embedded systems. The technique was common in 8-bit microcomputer systems. Bank-switching may also be used to work around limitations in address bus width, where some hardware constraint prevents straightforward addition of more address lines. Some control-oriented microprocessors use a bank-switching technique to access internal I/O and control registers, which limits the number of register address bits that must be used in every instruction.
Unlike memory management by paging, data is not exchanged with a mass storage device like disk storage. Data remains in quiescent storage in a memory area that is not currently accessible to the processor, (although it may be accessible to the video display, DMA controller, or other subsystems of the computer).
== Technique ==

Bank switching can be considered as a way of extending the address bus of a processor with some external register. For example, a processor with a 16-bit external address bus can only address 216 = 65536 memory locations. If an external latch was added to the system, it could be used to control which of two sets of memory devices, each with 65536 addresses, could be accessed. The processor could change which set is in current use by setting or clearing the latch bit.
The latch can be set or cleared by the processor in several ways; a particular memory address may be decoded and used to control the latch, or, in processors with separately-decoded I/O addresses, an output address may be decoded. Several bank-switching control bits could be gathered into a register, approximately doubling the available memory spaces with each additional bit in the register.
Because the external bank-selecting latch (or register) is not directly connected with the program counter of the processor, it does not automatically change state when the program counter overflows; this cannot be detected by the external latch since the program counter is an internal register of the processor. The extra memory is not seamlessly available to programs. Internal registers of the processor remain at their original length, so the processor cannot directly span all of bank-switched memory by, for example, incrementing an internal register.〔 Instead the processor must explicitly do a bank-switching operation to access large memory objects. There are other limitations. Generally a bank-switching system will have one block of program memory that is common to all banks; no matter which bank is currently active, for part of the address space only one set of memory locations will be used. This area would be used to hold code that manages the transitions between banks, and also to process interrupts.
Unlike a virtual memory scheme, bank-switching must be explicitly managed by the running program or operating system; the processor hardware cannot automatically detect that data not currently mapped into the active bank is required. The application program must keep track of which memory bank holds a required piece of data, and then call the bank-switching routine to make that bank active.〔 However, bank-switching can access data much faster than, for example, retrieving the data from disk storage.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Bank switching」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.